ContextProvider

interface ContextProvider

Generates a set of grouped context actions upon request. This is the upstream-facing counterpart of ContextHandler; it applies its results to a builder provided from upstream for further amendment and usage upstream. This may be used together with a handler (handler requests potential context inputs by requesting for them from it's children provider(s))

See the Wiki for a detailed overview of the ContextAction system in fzzy config.

Author

fzzyhmstrs

Since

0.6.0

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun provideContext(builder: ContextResultBuilder)

Add a set of grouped context action builders to a result